sdtypebool4 module

class sd.api.sdtypebool4.SDTypeBool4(APIContext, handle, *args, **kwargs)

Bases: sd.api.sdtypevector.SDTypeVector

Class representing the bool4 type

getClassName() → str

Returns the most specific name of the class this APIObject is

getId() → str

Get the type identifier string

getItemType() → sd.api.sdtype.SDType

Get the type of the items

getModifier() → sd.api.sdtype.SDTypeModifier

Get the type modifier (see SDTypeModifier enum)

getSize() → int

Get the vector size

release() → None

Releases an APIObject

static sNew() → sd.api.sdtypebool4.SDTypeBool4

Create new SDTypeBool4